Home | History | Annotate | Download | only in test

Lines Matching defs:RFile

1427 class RFile(object):
1463 ('foo', NS(x=None, spam=RFile('foo'))),
1464 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1465 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
1467 ('readonly', NS(x=None, spam=RFile('readonly'))),
1484 successes = [('-c good', NS(c=RFile('good')))]
1503 ('foo', NS(x=None, spam=RFile('foo'))),
1504 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1505 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
4757 RFile.seen = {}