Docs for Field.__weakref__.__objclass__

[ Python Tutorial ] [ Python Libraries ] [ web2py epydoc ]

Description


<type 'type'> extends (<type 'object'>,)


Attributes


Field.__weakref__.__objclass__.__add__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__class__ <type 'type'> extends (<type 'object'>,) belongs to class <type 'type'>
type(object) -> the object's type type(name, bases, dict) -> a new type

Field.__weakref__.__objclass__.__delattr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__delattr__('name') <==> del x.name

Field.__weakref__.__objclass__.__dict__ <type 'dictproxy'> belongs to class <type 'dictproxy'>

Field.__weakref__.__objclass__.__div__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__doc__ <type 'NoneType'> belongs to class <type 'NoneType'>

Field.__weakref__.__objclass__.__eq__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__format__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
default object formatter

Field.__weakref__.__objclass__.__ge__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__getattribute__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__getattribute__('name') <==> x.name

Field.__weakref__.__objclass__.__getitem__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__gt__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__hash__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__hash__() <==> hash(x)

Field.__weakref__.__objclass__.__init__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__invert__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__le__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__lt__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__mod__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__module__ <type 'str'> belongs to class <type 'str'>
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.

Field.__weakref__.__objclass__.__mul__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__ne__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__new__ <type 'builtin_function_or_method'> belongs to class <type 'builtin_function_or_method'>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Field.__weakref__.__objclass__.__or__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__reduce__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
helper for pickle

Field.__weakref__.__objclass__.__reduce_ex__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
helper for pickle

Field.__weakref__.__objclass__.__repr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__repr__() <==> repr(x)

Field.__weakref__.__objclass__.__setattr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__setattr__('name', value) <==> x.name = value

Field.__weakref__.__objclass__.__sizeof__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
__sizeof__() -> int size of object in memory, in bytes

Field.__weakref__.__objclass__.__str__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__sub__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__subclasshook__ <type 'builtin_function_or_method'> belongs to class <type 'builtin_function_or_method'>
Abstract classes can override this to customize issubclass(). This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

Field.__weakref__.__objclass__.__truediv__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.__weakref__ <type 'getset_descriptor'> belongs to class <type 'getset_descriptor'>
list of weak references to the object (if defined)

Field.__weakref__.__objclass__.abs <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.avg <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.belongs <type 'instancemethod'> belongs to class <type 'instancemethod'>
Accepts the following inputs:: field.belongs(1,2) field.belongs((1,2)) field.belongs(query) Does NOT accept: field.belongs(1) If the set you want back includes `None` values, you can do:: field.belongs((1,None), null=True)

Field.__weakref__.__objclass__.coalesce <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.coalesce_zero <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.contains <type 'instancemethod'> belongs to class <type 'instancemethod'>
For GAE contains() is always case sensitive

Field.__weakref__.__objclass__.day <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.endswith <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.epoch <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.hour <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.ilike <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.len <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.like <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.lower <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.max <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.min <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.minutes <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.month <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.regexp <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.replace <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.seconds <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_asgeojson <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_astext <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_contains <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_distance <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_dwithin <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_equals <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_intersects <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_overlaps <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_simplify <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_simplifypreservetopology <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_touches <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_within <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_x <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.st_y <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.startswith <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.sum <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.upper <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.with_alias <type 'instancemethod'> belongs to class <type 'instancemethod'>

Field.__weakref__.__objclass__.year <type 'instancemethod'> belongs to class <type 'instancemethod'>