MCPcopy
hub / github.com/apache/airflow / warn

Method warn

docs/exts/airflow_intersphinx.py:114–116  ·  view source on GitHub ↗

Display warning

(self, msg: str)

Source from the content-addressed store, hash-verified

112 config = _MockConfig()
113
114 def warn(self, msg: str) -> None:
115 """Display warning"""
116 print(msg, file=sys.stderr)
117
118 def fetch_inventories(intersphinx_mapping) -> Dict[str, Any]:
119 now = int(time.time())

Callers 15

validate_logging_configFunction · 0.80
_warn_deprecateMethod · 0.80
initialize_configFunction · 0.80
load_test_configFunction · 0.80
getFunction · 0.80
getbooleanFunction · 0.80
getfloatFunction · 0.80
getintFunction · 0.80
getsectionFunction · 0.80
has_optionFunction · 0.80
remove_optionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected