MCPcopy Create free account
hub / github.com/ipython/ipython / compiler_flags

Method compiler_flags

IPython/core/compilerop.py:110–113  ·  view source on GitHub ↗

Flags currently active in the compilation process.

(self)

Source from the content-addressed store, hash-verified

108
109 @property
110 def compiler_flags(self):
111 """Flags currently active in the compilation process.
112 """
113 return self.flags
114
115 def cache(self, code, number=0):
116 """Make a name for a block of code, and cache the code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected