MCPcopy Index your code
hub / github.com/Materials-Consortia/optimade-python-tools / get

Function get

optimade/client/cli.py:115–156  ·  view source on GitHub ↗
(
    use_async,
    filter,
    base_url,
    max_results_per_provider,
    output_file,
    count,
    list_properties,
    search_property,
    response_fields,
    sort,
    endpoint,
    pretty_print,
    silent,
    include_providers,
    exclude_providers,
    exclude_databases,
    verbosity,
    skip_ssl,
    http_timeout,
)

Source from the content-addressed store, hash-verified

113 help="The timeout to use for each HTTP request.",
114)
115def get(
116 use_async,
117 filter,
118 base_url,
119 max_results_per_provider,
120 output_file,
121 count,
122 list_properties,
123 search_property,
124 response_fields,
125 sort,
126 endpoint,
127 pretty_print,
128 silent,
129 include_providers,
130 exclude_providers,
131 exclude_databases,
132 verbosity,
133 skip_ssl,
134 http_timeout,
135):
136 return _get(
137 use_async,
138 filter,
139 base_url,
140 max_results_per_provider,
141 output_file,
142 count,
143 list_properties,
144 search_property,
145 response_fields,
146 sort,
147 endpoint,
148 pretty_print,
149 silent,
150 include_providers,
151 exclude_providers,
152 exclude_databases,
153 verbosity,
154 skip_ssl,
155 http_timeout,
156 )
157
158
159def _get(

Callers 1

cli.pyFile · 0.85

Calls 1

_getFunction · 0.85

Tested by

no test coverage detected