HomeSort by relevance Sort by last modified time
    Searched full:not_none (Results 1 - 9 of 9) sorted by null

  /external/lldb/test/unittest2/test/
test_program.py 163 not_none = object()
164 setattr(program, attr, not_none)
167 self.assertEqual(getattr(program, attr), not_none)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 179 not_none = object()
180 setattr(program, attr, not_none)
183 self.assertEqual(getattr(program, attr), not_none)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 179 not_none = object()
180 setattr(program, attr, not_none)
183 self.assertEqual(getattr(program, attr), not_none)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 86 self_arg.not_none = True
Parsing.py     [all...]
FlowControl.py 850 may_be_none = not node.not_none
    [all...]
Nodes.py 769 # not_none boolean Tagged with 'not None'
771 # accept_none boolean Resolved boolean for not_none/or_none
786 not_none = 0 variable in class:CArgDeclNode
    [all...]
PyrexTypes.py 2767 not_none = False variable in class:CFuncTypeArg
    [all...]
ExprNodes.py     [all...]

Completed in 518 milliseconds