Package pyamf :: Module python
[hide private]
[frames] | no frames]

Module python

source code

Python compatibility values and helpers.

Functions [hide private]
 
isNaN(val) source code
 
isPosInf(val) source code
 
isNegInf(val) source code
Variables [hide private]
  func_types = (<type 'builtin_function_or_method'>, <type 'buil...
  int_types = (<type 'int'>, <type 'long'>)
  str_types = (<type 'str'>, <type 'unicode'>)
  class_types = (<type 'type'>, <type 'classobj'>)
  PosInf = inf
  NegInf = -inf
  NaN = nan
  __package__ = 'pyamf'

Imports: builtins, types, callable


Function Details [hide private]

isNaN(val)

source code 

Since: 0.5

isPosInf(val)

source code 

Since: 0.5

isNegInf(val)

source code 

Since: 0.5


Variables Details [hide private]

func_types

Value:
(<type 'builtin_function_or_method'>,
 <type 'builtin_function_or_method'>,
 <type 'code'>,
 <type 'function'>,
 <type 'generator'>,
 <type 'function'>,
 <type 'instancemethod'>)