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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 23 def __init__(self, create_from=None, buffer=None, copy_formatting=True):
24 CCodeWriter.__init__(self, create_from, buffer, copy_formatting=True)
37 def create_new(self, create_from, buffer, copy_formatting):
38 return AnnotationCCodeWriter(create_from, buffer, copy_formatting)
Code.py     [all...]

Completed in 256 milliseconds