Home | History | Annotate | Download | only in python2.7

Lines Matching full:command

7 - Return code object if the command is complete and valid
8 - Return None if the command is incomplete
9 - Raise SyntaxError, ValueError or OverflowError if the command is a
41 Compiles a single command in the manner described above.
105 r"""Compile a command and determine whether it is incomplete.
116 - Return a code object if the command is complete and valid
117 - Return None if the command is incomplete
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
150 r"""Compile a command and determine whether it is incomplete.
162 - Return a code object if the command is complete and valid
163 - Return None if the command is incomplete
164 - Raise SyntaxError, ValueError or OverflowError if the command is a