Package pyraf :: Module clscan :: Class _StrictAcceptRedirScanner
[hide private]
[frames] | no frames]

Class _StrictAcceptRedirScanner

source code


Strict scanner class where redirection is allowed

Instance Methods [hide private]
 
t_accept_redir(self, s, m, parent)
< | >>? ([GIP]+|&?) | \|&?
source code
 
t_ignore_spaces(self, s, m, parent)
[ \t]+
source code
 
t_not_redir(self, s, m, parent)
(?![ \t<>\|])
source code

Inherited from _BasicScanner_3: t_comment, t_complex_redir, t_doublequote, t_osescape, t_semicolon, t_singlequote

Inherited from _BasicScanner_2: t_backslash, t_colon

Inherited from _BasicScanner_1: t_bkgd, t_default, t_newline, t_pipe, t_rparen, t_whitespace

Inherited from generic.GenericScanner: __init__, error, makeRE, reflect, tokenize