Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(14) | Call(0) | Derive(8) | Import(6)
src/n/u/Nuitka-0.5.1.5/nuitka/nodes/FunctionNodes.py Nuitka(Download)
""" from .NodeBases import ( ExpressionChildrenHavingBase, SideEffectsFromChildrenMixin,
class ExpressionFunctionBody( ClosureTakerMixin, ChildrenHavingMixin, ParameterHavingNodeBase, ExpressionMixin, MarkContainsTryExceptIndicator, MarkGeneratorIndicator, MarkLocalsDictIndicator,
src/n/u/Nuitka-HEAD/nuitka/nodes/FunctionNodes.py Nuitka(Download)
""" from .NodeBases import ( ExpressionChildrenHavingBase, SideEffectsFromChildrenMixin,
class ExpressionFunctionBody( ClosureTakerMixin, ChildrenHavingMixin, ParameterHavingNodeBase, ExpressionMixin, MarkGeneratorIndicator, MarkLocalsDictIndicator, MarkUnoptimizedFunctionIndicator ):
src/n/u/Nuitka-0.5.1.5/nuitka/nodes/BuiltinTypeNodes.py Nuitka(Download)
""" from .NodeBases import ( ExpressionSpecBasedComputationMixin, ExpressionBuiltinSingleArgBase,
class ExpressionBuiltinIntLongBase( ChildrenHavingMixin, NodeBase, ExpressionSpecBasedComputationMixin ): named_children = ( "value", "base" ) try:
class ExpressionBuiltinUnicodeBase( ChildrenHavingMixin, NodeBase, ExpressionSpecBasedComputationMixin ): named_children = ( "value", "encoding", "errors" ) def __init__(self, value, encoding, errors, source_ref):
src/n/u/Nuitka-HEAD/nuitka/nodes/BuiltinTypeNodes.py Nuitka(Download)
""" from .NodeBases import ( ExpressionSpecBasedComputationMixin, ExpressionBuiltinSingleArgBase,
class ExpressionBuiltinIntLongBase( ChildrenHavingMixin, NodeBase, ExpressionSpecBasedComputationMixin ): named_children = ( "value", "base" ) try:
class ExpressionBuiltinUnicodeBase( ChildrenHavingMixin, NodeBase, ExpressionSpecBasedComputationMixin ): named_children = ( "value", "encoding", "errors" ) def __init__(self, value, encoding, errors, source_ref):
src/n/u/Nuitka-0.5.1.5/nuitka/nodes/ModuleNodes.py Nuitka(Download)
""" from .NodeBases import ( ClosureGiverNodeBase, ChildrenHavingMixin,
class PythonModule(PythonModuleMixin, ChildrenHavingMixin, ClosureGiverNodeBase, MarkContainsTryExceptIndicator): """ Module The module is the only possible root of a tree. When there are many
src/n/u/Nuitka-HEAD/nuitka/nodes/ModuleNodes.py Nuitka(Download)
""" from .NodeBases import ( ClosureGiverNodeBase, ChildrenHavingMixin,
class PythonModule(PythonModuleMixin, ChildrenHavingMixin, ClosureGiverNodeBase): """ Module The module is the only possible root of a tree. When there are many