HomeSort by relevance Sort by last modified time
    Searched refs:cast_to (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 71 def read_var(self, varname, cast_to=None):
73 if cast_to:
74 result = cast_to(result)
388 stringvalue = self.read_var("a", cast_to=str)
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 187 def __init__(self, gdbval, cast_to=None):
188 if cast_to:
189 self._gdbval = gdbval.cast(cast_to)
408 return cls(gdbval, cast_to=cls.get_gdb_type())
867 def __init__(self, gdbval, cast_to=None):
868 PyObjectPtr.__init__(self, gdbval, cast_to)
    [all...]

Completed in 8857 milliseconds