Public static methods
object deprecated_alias(string deprecated_name, string name, PythonClassContainer func_or_class, bool warn_once)
object deprecated_alias(string deprecated_name, string name, object func_or_class, bool warn_once)
object deprecated_alias_dyn(object deprecated_name, object name, object func_or_class, ImplicitContainer<T> warn_once)
object deprecated_arg_values(string date, string instructions, bool warn_once, IDictionary<string, object> deprecated_kwargs)
object deprecated_arg_values_dyn(object date, object instructions, ImplicitContainer<T> warn_once, IDictionary<string, object> deprecated_kwargs)
object deprecated_args(string date, string instructions, IDictionary<string, object> kwargs, Object[] deprecated_arg_names_or_tuples)
object deprecated_args(string date, string instructions, Object[] deprecated_arg_names_or_tuples)
object deprecated_args_dyn(object date, object instructions, IDictionary<string, object> kwargs, Object[] deprecated_arg_names_or_tuples)
object deprecated_args_dyn(object date, object instructions, Object[] deprecated_arg_names_or_tuples)
object deprecated_argument_lookup(string new_name, PythonClassContainer new_value, string old_name, IEnumerable<IGraphNodeBase> old_value)
object deprecated_argument_lookup(string new_name, object new_value, string old_name, object old_value)
object deprecated_argument_lookup(string new_name, PythonClassContainer new_value, string old_name, object old_value)
object deprecated_argument_lookup(string new_name, object new_value, string old_name, IEnumerable<IGraphNodeBase> old_value)
object deprecated_argument_lookup(string new_name, object new_value, string old_name, PythonFunctionContainer old_value)
object deprecated_argument_lookup_dyn(object new_name, object new_value, object old_name, object old_value)
object deprecated_endpoints(Object[] args)
object deprecated_endpoints_dyn(Object[] args)
string rewrite_argument_docstring(string old_doc, string old_argument, string new_argument)
object rewrite_argument_docstring_dyn(object old_doc, object old_argument, object new_argument)
Public properties
object HIDDEN_ATTRIBUTE_dyn get; set;