Public instance methods
object assertPrints_dyn(object expected_result)
void attach_namespace(object module, IDictionary<string, object> ns)
object attach_namespace_dyn(object module, IDictionary<string, object> ns)
object converted_dyn(object entity, object converter_module, object namespace, ImplicitContainer<T> tf_symbols)
object make_fake_mod(string name, Object[] symbols)
object make_fake_mod_dyn(object name, Object[] symbols)
ValueTuple<object, EntityContext> prepare(PythonFunctionContainer test_fn, IDictionary<string, PythonClassContainer> namespace, bool recursive)
Public properties
object assertItemsEqual get; set;
IList<ValueTuple<object, object>> dynamic_calls get; set;