Trees | Indices | Help |
|
---|
|
object --+ | ExtensionClass.Base --+ | Shared.DC.Scripts.Script.Script._Bindings_ns_class
|
|||
ArithmeticError Base class for arithmetic errors. |
|||
AssertionError Assertion failed. |
|||
AttributeError Attribute not found. |
|||
DateTime DateTime objects represent instants in time and provide interfaces for controlling its representation without affecting the absolute value of the object. |
|||
DeprecationWarning Base class for warnings about deprecated features. |
|||
EOFError Read beyond end of file. |
|||
EnvironmentError Base class for I/O related errors. |
|||
Exception Common base class for all exceptions. |
|||
FloatingPointError Floating point operation failed. |
|||
FutureWarning Base class for warnings about constructs that will change semantically in the future. |
|||
IOError I/O operation failed. |
|||
ImportError Import can't find module, or can't find name in module. |
|||
IndentationError Improper indentation. |
|||
IndexError Sequence index out of range. |
|||
KeyError Mapping key not found. |
|||
KeyboardInterrupt Program interrupted by user. |
|||
LookupError Base class for lookup errors. |
|||
MemoryError Out of memory. |
|||
NameError Name not found globally. |
|||
NotImplementedError Method or function hasn't been implemented yet. |
|||
OSError OS system call failed. |
|||
OverflowError Result too large to be represented. |
|||
OverflowWarning Base class for warnings about numeric overflow. |
|||
PendingDeprecationWarning Base class for warnings about features which will be deprecated in the future. |
|||
ReferenceError Weak ref proxy used after referent went away. |
|||
RuntimeError Unspecified run-time error. |
|||
RuntimeWarning Base class for warnings about dubious runtime behavior. |
|||
StandardError Base class for all standard Python exceptions. |
|||
StopIteration Signal the end from iterator.next(). |
|||
SyntaxError Invalid syntax. |
|||
SyntaxWarning Base class for warnings about dubious syntax. |
|||
SystemError Internal error in the Python interpreter. |
|||
SystemExit Request to exit from the interpreter. |
|||
TabError Improper mixture of spaces and tabs. |
|||
TypeError Inappropriate argument type. |
|||
UnboundLocalError Local name referenced but not bound to a value. |
|||
UnicodeDecodeError Unicode decoding error. |
|||
UnicodeEncodeError Unicode encoding error. |
|||
UnicodeError Unicode related error. |
|||
UnicodeTranslateError Unicode translation error. |
|||
UserWarning Base class for warnings generated by user code. |
|||
ValueError Inappropriate argument value (of correct type). |
|||
Warning Base class for warning categories. |
|||
ZeroDivisionError Second argument to a division or modulo operation was zero. |
|||
basestring Type basestring cannot be instantiated; it is the base for str and unicode. |
|||
bool bool(x) -> bool |
|||
complex complex(real[, imag]) -> complex number |
|||
float float(x) -> floating point number |
|||
int int(x[, base]) -> integer |
|||
long long(x[, base]) -> integer |
|||
str str(object) -> string |
|||
tuple tuple() -> an empty tuple tuple(sequence) -> tuple initialized from sequence's items |
|||
unicode unicode(string [, encoding[, errors]]) -> object |
|||
xrange xrange([start,] stop[, step]) -> xrange object |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
False = False
|
|||
None = None
|
|||
True = True
|
|||
__allow_access_to_unprotected_subobjects__ = 1
|
|||
apply = <DocumentTemplate.DT_Util.NotBindable instance at 0x14
|
|||
delattr = <DocumentTemplate.DT_Util.NotBindable instance at 0x
|
|||
dict = <AccessControl.ZopeGuards.GuardedDictType instance at 0
|
|||
enumerate = <DocumentTemplate.DT_Util.NotBindable instance at
|
|||
filter = <DocumentTemplate.DT_Util.NotBindable instance at 0x1
|
|||
hasattr = <DocumentTemplate.DT_Util.NotBindable instance at 0x
|
|||
iter = <DocumentTemplate.DT_Util.NotBindable instance at 0x146
|
|||
list = <AccessControl.ZopeGuards.GuardedListType instance at 0
|
|||
map = <DocumentTemplate.DT_Util.NotBindable instance at 0x1465
|
|||
math This module is always available. |
|||
max = <DocumentTemplate.DT_Util.NotBindable instance at 0x149a
|
|||
min = <DocumentTemplate.DT_Util.NotBindable instance at 0x1465
|
|||
random Random variable generators. |
|||
reduce = <DocumentTemplate.DT_Util.NotBindable instance at 0x1
|
|||
reorder = <DocumentTemplate.DT_Util.NotBindable instance at 0x
|
|||
same_type = <DocumentTemplate.DT_Util.NotBindable instance at
|
|||
sequence | |||
setattr = <DocumentTemplate.DT_Util.NotBindable instance at 0x
|
|||
string A collection of string operations (most are no longer used). |
|||
sum = <DocumentTemplate.DT_Util.NotBindable instance at 0x149a
|
|||
test = <DocumentTemplate.DT_Util.NotBindable instance at 0x149
|
|||
whrandom Random variable generators. |
|
|||
Inherited from |
|
Check whether the security context allows the given permission on the given object. Arguments: permission -- A permission name object -- The object being accessed according to the permission |
Validate access. Arguments: accessed -- the object that was being accessed container -- the object the value was found in name -- The name used to access the value value -- The value retrieved though the access. The arguments may be provided as keyword arguments. Some of these arguments may be ommitted, however, the policy may reject access in some cases when arguments are ommitted. It is best to provide all the values possible. |
|
|
|
|
|
|
|
|
|
|
Get a value Normally, callable objects that can be called without arguments are called during retrieval. This can be suppressed by providing a second argument that is false. |
|
|
|
|
|
|
|
|
|
|
|
|
|
zip(seq1 [, seq2 [...]]) -> [(seq1[0], seq2[0] ...), (...)] Return a list of tuples, where each tuple contains the i-th element from each of the argument sequences. The returned list is truncated in length to the length of the shortest argument sequence. |
|
apply
|
delattr
|
dict
|
enumerate
|
filter
|
hasattr
|
iter
|
list
|
map
|
mathThis module is always available. It provides access to the mathematical functions defined by the C standard.
|
max
|
min
|
randomRandom variable generators. integers -------- uniform within range sequences --------- pick random element pick random sample generate random permutation distributions on the real line: ------------------------------ uniform normal (Gaussian) lognormal negative exponential gamma beta pareto Weibull distributions on the circle (angles 0 to 2pi) --------------------------------------------- circular uniform von Mises General notes on the underlying Mersenne Twister core generator: * The period is 2**19937-1. * It is one of the most extensively tested generators in existence. * Without a direct way to compute N steps forward, the semantics of jumpahead(n) are weakened to simply jump to another distant state and rely on the large period to avoid overlapping sequences. * The random() method is implemented in C, executes in a single Python step, and is, therefore, threadsafe.
|
reduce
|
reorder
|
same_type
|
sequence
|
setattr
|
stringA collection of string operations (most are no longer used). Warning: most of the code you see here isn't normally used nowadays. Beginning with Python 1.6, many of these functions are implemented as methods on the standard string object. They used to be implemented by a built-in module called strop, but strop is now obsolete itself. Public module variables: whitespace -- a string containing all characters considered whitespace lowercase -- a string containing all characters considered lowercase letters uppercase -- a string containing all characters considered uppercase letters letters -- a string containing all characters considered letters digits -- a string containing all characters considered decimal digits hexdigits -- a string containing all characters considered hexadecimal digits octdigits -- a string containing all characters considered octal digits punctuation -- a string containing all characters considered punctuation printable -- a string containing all characters considered printable
|
sum
|
test
|
whrandomRandom variable generators. integers -------- uniform within range sequences --------- pick random element pick random sample generate random permutation distributions on the real line: ------------------------------ uniform normal (Gaussian) lognormal negative exponential gamma beta pareto Weibull distributions on the circle (angles 0 to 2pi) --------------------------------------------- circular uniform von Mises General notes on the underlying Mersenne Twister core generator: * The period is 2**19937-1. * It is one of the most extensively tested generators in existence. * Without a direct way to compute N steps forward, the semantics of jumpahead(n) are weakened to simply jump to another distant state and rely on the large period to avoid overlapping sequences. * The random() method is implemented in C, executes in a single Python step, and is, therefore, threadsafe.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:45 2007 | http://epydoc.sourceforge.net |