MCPcopy
hub / github.com/pandas-dev/pandas / init_no_clipboard

Function init_no_clipboard

pandas/io/clipboard/__init__.py:313–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311
312
313def init_no_clipboard():
314 class ClipboardUnavailable:
315 def __call__(self, *args, **kwargs):
316 raise PyperclipException(EXCEPT_MSG)
317
318 def __bool__(self) -> bool:
319 return False
320
321 return ClipboardUnavailable(), ClipboardUnavailable()
322
323
324# Windows-related clipboard functions:

Callers 1

determine_clipboardFunction · 0.85

Calls 1

Tested by

no test coverage detected