Package pydrizzle :: Package traits102 :: Module trait_base
[hide private]
[frames] | no frames]

Module trait_base

source code

Classes [hide private]
  UndefinedObject
  SelfObject
Functions [hide private]
 
strx(arg) source code
 
unicodex(arg) source code
 
intx(arg) source code
 
longx(arg) source code
 
floatx(arg) source code
 
complexx(arg) source code
 
booleanx(arg) source code
 
trait_editors(module_name=None) source code
 
class_of(object) source code
Variables [hide private]
  SequenceTypes = ListType, TupleType
  TraitNotifier = '__trait_notifier__'
  Undefined = UndefinedObject()
  Self = SelfObject()
  NumericFuncs = {IntType:(intx, 'an integer'), LongType:(longx,...
  StringTypes = StringType, UnicodeType, IntType, LongType, Floa...
  CoercableFuncs = {IntType: intx, LongType: longx, FloatType: f...
  trait_editors_module = None
  trait_editors_module_name = None

Imports: ListType, TupleType, StringType, UnicodeType, IntType, LongType, FloatType, ComplexType, BooleanType, sys


Variables Details [hide private]

NumericFuncs

Value:
{IntType:(intx, 'an integer'), LongType:(longx, 'a long integer'), Flo\
atType:(floatx, 'a floating point number')}

StringTypes

Value:
StringType, UnicodeType, IntType, LongType, FloatType, ComplexType

CoercableFuncs

Value:
{IntType: intx, LongType: longx, FloatType: floatx, ComplexType: compl\
exx, StringType: strx, UnicodeType: unicodex, BooleanType: booleanx}