Home | History | Annotate | Download | only in python_gflags

Lines Matching defs:Convert

632   # If the callee does not care about tabs we simply convert them to
1784 # Convert non-ascii characters to entities. Note: requires python >=2.3
2034 """Base class used to parse and convert arguments.
2037 legal value and convert it to a native type. If the value cannot be
2324 def Convert(self, argument):
2341 val = self.Convert(argument)
2451 val = self.Convert(argument)
2462 def Convert(self, argument):
2499 def Convert(self, argument):
2555 def Convert(self, argument):
2744 # will not be, so convert them into a single-item list to make