Public static methods
void check_for_unexpected_keys(string name, object input_dict, IEnumerable<object> expected_values)
object check_for_unexpected_keys_dyn(object name, object input_dict, object expected_values)
object func_dump_dyn(object func)
PythonClassContainer func_load(ValueTuple<object, IEnumerable<object>> code, IEnumerable<object> defaults, IEnumerable<object> closure, IDictionary<string, object> globs)
PythonClassContainer func_load(ValueTuple<object, IEnumerable<object>> code, IEnumerable<object> defaults, object closure, IDictionary<string, object> globs)
PythonClassContainer func_load(object code, IEnumerable<object> defaults, IEnumerable<object> closure, IDictionary<string, object> globs)
PythonClassContainer func_load(object code, IEnumerable<object> defaults, object closure, IDictionary<string, object> globs)
object func_load_dyn(object code, object defaults, object closure, object globs)
bool has_arg(object fn, string name, bool accept_all)
bool is_all_none(IEnumerable<object> structure)
object is_all_none_dyn(object structure)
IList<ValueTuple<object, object>> make_batches(IGraphNodeBase size, Nullable<int> batch_size)
IList<ValueTuple<object, object>> make_batches(object size, Nullable<int> batch_size)
IList<ValueTuple<object, object>> make_batches(int size, Nullable<int> batch_size)
IList<ValueTuple<object, object>> make_batches(IEnumerable<object> size, Nullable<int> batch_size)
object make_batches_dyn(object size, object batch_size)
IList<string> object_list_uid(ValueTuple<Nullable<int>> object_list)
IList<string> object_list_uid(IEnumerable<ValueTuple<object, int>> object_list)
IList<string> object_list_uid(IDictionary<string, ValueTuple<object, int>> object_list)
IList<string> object_list_uid(ValueTuple<object, int> object_list)
object slice_arrays(object arrays, IEnumerable<object> start, Nullable<int> stop)
object slice_arrays(object arrays, int start, Nullable<int> stop)
object slice_arrays_dyn(object arrays, object start, object stop)
IList<object> to_list(IEnumerable<IGraphNodeBase> x)
IList<object> to_list(object x)
object to_list_dyn(object x)
object to_snake_case(string name)
object to_snake_case_dyn(object name)
void validate_kwargs(IDictionary<object, object> kwargs, IEnumerable<string> allowed_kwargs, string error_message)
object validate_kwargs_dyn(object kwargs, object allowed_kwargs, ImplicitContainer<T> error_message)
Public properties