Skip to content

Commit e446958

Browse files
authored
Clean io (#259)
* CLN: Clean clipboard * CLN: Remove deprecated functions and module * CLN: Remove formats/printing * CLN: Remove formats/excel * CLN: Remove formats/csvs * CLN: Remove CSSREsolver * CLN: Remove formats/console * CLN: Remove formats/latex * CLN: Remove formats/html and clean format
1 parent 4c97ed3 commit e446958

File tree

10 files changed

+0
-559
lines changed

10 files changed

+0
-559
lines changed

pandas-stubs/io/clipboard/__init__.pyi

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,3 @@ class PyperclipException(RuntimeError): ...
22

33
class PyperclipWindowsException(PyperclipException):
44
def __init__(self, message) -> None: ...
5-
6-
class CheckedCall:
7-
def __init__(self, f) -> None: ...
8-
def __call__(self, *args): ...
9-
def __setattr__(self, key, value) -> None: ...
10-
11-
def determine_clipboard(): ...
12-
def set_clipboard(clipboard) -> None: ...
13-
14-
copy = ...
15-
paste = ...
16-
clipboard_get = paste
17-
clipboard_set = copy

pandas-stubs/io/date_converters.pyi

Lines changed: 0 additions & 6 deletions
This file was deleted.

pandas-stubs/io/formats/console.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

pandas-stubs/io/formats/css.pyi

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
11
class CSSWarning(UserWarning): ...
2-
3-
class CSSResolver:
4-
def __call__(self, declarations_str, inherited=...): ...
5-
UNIT_RATIOS = ...
6-
FONT_SIZE_RATIOS = ...
7-
MARGIN_RATIOS = ...
8-
BORDER_WIDTH_RATIOS = ...
9-
def size_to_pt(self, in_val, em_pt=..., conversions=...): ...
10-
def atomize(self, declarations) -> None: ...
11-
SIDE_SHORTHANDS = ...
12-
SIDES = ...
13-
expand_border_color = ...
14-
expand_border_style = ...
15-
expand_border_width = ...
16-
expand_margin = ...
17-
expand_padding = ...
18-
def parse(self, declarations_str: str): ...

pandas-stubs/io/formats/csvs.pyi

Lines changed: 0 additions & 58 deletions
This file was deleted.

pandas-stubs/io/formats/excel.pyi

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)