Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Private Attributes | List of all members
pyparsing._NullToken Class Reference
Inheritance diagram for pyparsing._NullToken:
Inheritance graph
[legend]
Collaboration diagram for pyparsing._NullToken:
Collaboration graph
[legend]

Public Member Functions

def __bool__
 
def __str__
 

Static Private Attributes

 __nonzero__ __bool__
 

Detailed Description

Definition at line 2781 of file pyparsing.py.

Member Function Documentation

def pyparsing._NullToken.__bool__ (   self)

Definition at line 2782 of file pyparsing.py.

2783  def __bool__(self):
return False
def pyparsing._NullToken.__str__ (   self)

Definition at line 2785 of file pyparsing.py.

2786  def __str__(self):
2787  return ""

Member Data Documentation

pyparsing._NullToken.__nonzero__ __bool__
staticprivate

Definition at line 2784 of file pyparsing.py.


The documentation for this class was generated from the following file:
Generated at Wed Dec 4 2013 14:33:24 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004