We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af314b commit 44c5ee5Copy full SHA for 44c5ee5
src/runtime/Codecs/IterableDecoder.cs
@@ -3,7 +3,7 @@
3
4
namespace Python.Runtime.Codecs
5
{
6
- class IterableDecoder : IPyObjectDecoder
+ public class IterableDecoder : IPyObjectDecoder
7
8
internal static bool IsIterable(Type targetType)
9
src/runtime/Codecs/ListDecoder.cs
- class ListDecoder : IPyObjectDecoder
+ public class ListDecoder : IPyObjectDecoder
private static bool IsList(Type targetType)
src/runtime/Codecs/SequenceDecoder.cs
- class SequenceDecoder : IPyObjectDecoder
+ public class SequenceDecoder : IPyObjectDecoder
internal static bool IsSequence(Type targetType)
0 commit comments