pyre.config.cfg.Scanner¶
Module Contents¶
-
class
pyre.config.cfg.Scanner.Scanner¶ Bases:
pyre.parsing.scannerConverts an input source into a stream of tokens. The input is expected to conform to a simple version of the well-known windows INI format.
-
marker¶
-
secbeg¶
-
secend¶
-
comment¶
-
key¶
-
value¶
-
pyre_tokenize(self, uri, stream, client)¶ Convert the input {stream} into tokens that are not whitespace
-