| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| import _cython_3_0_11 |
| from typing import ClassVar |
| |
| __pyx_capi__: dict |
| __reduce_cython__: _cython_3_0_11.cython_function_or_method |
| __setstate_cython__: _cython_3_0_11.cython_function_or_method |
| __test__: dict |
| c_version: _cython_3_0_11.cython_function_or_method |
| get_pyobject_buffer_count: _cython_3_0_11.cython_function_or_method |
| obj_is_buffer: _cython_3_0_11.cython_function_or_method |
| obj_is_capsule: _cython_3_0_11.cython_function_or_method |
| |
| class Error: |
| __pyx_vtable__: ClassVar[PyCapsule] = ... |
| @classmethod |
| def __init__(cls, *args, **kwargs) -> None: |
| """Create and return a new object. See help(type) for accurate signature.""" |
| def __reduce__(self): ... |
| |
| class NanoarrowException(RuntimeError): |
| def __init__(self, *args, **kwargs) -> None: ... |