Skip to content

Commit 1f047e6

Browse files
committed
Add new symbols to patsy.util.__all__
1 parent cd0b842 commit 1f047e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

patsy/util.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
"repr_pretty_delegate", "repr_pretty_impl",
1010
"SortAnythingKey", "safe_scalar_isnan", "safe_isnan",
1111
"iterable",
12+
"have_pandas",
13+
"have_pandas_categorical",
14+
"have_pandas_categorical_dtype",
15+
"pandas_Categorical_from_codes",
16+
"pandas_Categorical_categories",
17+
"pandas_Categorical_codes",
18+
"safe_is_pandas_categorical_dtype",
19+
"safe_is_pandas_categorical",
20+
"safe_issubdtype",
1221
]
1322

1423
import sys

0 commit comments

Comments
 (0)