PythonObject

Undocumented in source.
struct PythonObject {}

Constructors

this
this(T value)
Undocumented in source.

Members

Aliases

length
alias length = len
Undocumented in source.

Functions

bytes
PythonObject bytes()
Undocumented in source. Be warned that the author may not have intended to support it.
callable
bool callable()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
PythonObject copy()
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del()
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del(size_t i0, size_t i1)
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del(PythonObject key)
Undocumented in source. Be warned that the author may not have intended to support it.
delattr
void delattr(string attr)
Undocumented in source. Be warned that the author may not have intended to support it.
delattr
void delattr(PythonObject attr)
Undocumented in source. Be warned that the author may not have intended to support it.
dir
PythonObject dir()
Undocumented in source. Be warned that the author may not have intended to support it.
getattr
PythonObject getattr(string attr)
Undocumented in source. Be warned that the author may not have intended to support it.
getattr
PythonObject getattr(PythonObject attr)
Undocumented in source. Be warned that the author may not have intended to support it.
hasattr
bool hasattr(string attr)
Undocumented in source. Be warned that the author may not have intended to support it.
hasattr
bool hasattr(PythonObject attr)
Undocumented in source. Be warned that the author may not have intended to support it.
hash
auto hash()
Undocumented in source. Be warned that the author may not have intended to support it.
isInstance
bool isInstance(PythonObject klass)
Undocumented in source. Be warned that the author may not have intended to support it.
isSubClass
bool isSubClass(PythonObject klass)
Undocumented in source. Be warned that the author may not have intended to support it.
items
PythonObject items()
Undocumented in source. Be warned that the author may not have intended to support it.
iter
PythonObject iter()
Undocumented in source. Be warned that the author may not have intended to support it.
keys
PythonObject keys()
Undocumented in source. Be warned that the author may not have intended to support it.
len
auto len()
Undocumented in source. Be warned that the author may not have intended to support it.
merge
bool merge(PythonObject other, bool override_)
Undocumented in source. Be warned that the author may not have intended to support it.
next
PythonObject next()
Undocumented in source. Be warned that the author may not have intended to support it.
not
bool not()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
PythonObject opBinary(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(PythonObject key)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
PythonObject opCall(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
PythonObject opCall(PythonObject args)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
PythonObject opCall(PythonObject args, PythonObject kwargs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(PythonObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
PythonObject opDispatch(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
PythonObject opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
PythonObject opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
PythonObject opIndex(PythonObject key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(V _value, K _key)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
PythonObject opSlice(size_t i0, size_t i1)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
PythonObject opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
void opSliceAssign(PythonObject val, size_t i0, size_t i1)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
void opSliceAssign(PythonObject val)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
PythonObject opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
PythonObject opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
PythonObject opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
range
InputRange range()
Undocumented in source. Be warned that the author may not have intended to support it.
repr
PythonObject repr()
Undocumented in source. Be warned that the author may not have intended to support it.
setattr
void setattr(string attr, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
setattr
void setattr(string attr, PythonObject val)
Undocumented in source. Be warned that the author may not have intended to support it.
setattr
void setattr(PythonObject attr, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
setattr
void setattr(PythonObject attr, PythonObject val)
Undocumented in source. Be warned that the author may not have intended to support it.
str
PythonObject str()
Undocumented in source. Be warned that the author may not have intended to support it.
to
T to()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
PythonObject type()
Undocumented in source. Be warned that the author may not have intended to support it.
values
PythonObject values()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta