We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdc66d commit 777725cCopy full SHA for 777725c
get_reader.py
@@ -240,6 +240,11 @@ def from_datatest(query, fieldnames=None):
240
returned from the given datatest.Query *query*. If *fieldnames*
241
is not provided, this function tries to construct names using
242
the values from the query's ``columns`` argument.
243
+
244
+ .. note::
245
246
+ This constructor requires the optional, third-party
247
+ library datatest.
248
"""
249
def nonstringiter(obj):
250
return (not isinstance(obj, string_types)
0 commit comments