Searched defs:copy_formatting (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Annotate.py | 23 def __init__(self, create_from=None, buffer=None, copy_formatting=True): argument 37 def create_new(self, create_from, buffer, copy_formatting): argument
|
D | Code.py | 1411 …def __init__(self, create_from=None, buffer=None, copy_formatting=False, emit_linenums=None, c_lin… argument 1440 def create_new(self, create_from, buffer, copy_formatting): argument
|