[python-nextgen] fix #16010 circular refs lead to no imports (#16199)

* [python-nextgen] fix #16010 circular refs lead to no imports

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] update samples

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] remove unnecessary Postponed annotations

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] update samples

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] remove unnecessary Postponed annotations

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] update samples

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] update samples

Signed-off-by: ふぁ <yuki@yuki0311.com>

---------

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ
2023-07-30 01:42:46 +09:00
committed by GitHub
parent d41fe12c1f
commit 48ff57b4f6
160 changed files with 342 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes

View File

@@ -43,6 +43,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
This endpoint does not need any parameter.

View File

@@ -60,6 +60,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -122,6 +123,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -185,6 +187,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
This endpoint does not need any parameter.
@@ -313,6 +316,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -379,6 +383,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -444,6 +449,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -508,6 +514,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -572,6 +579,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -637,6 +645,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -699,6 +708,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -762,6 +772,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -824,6 +835,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -891,6 +903,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -952,6 +965,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -1041,6 +1055,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -1134,6 +1149,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -1202,6 +1218,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -1266,6 +1283,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -1335,6 +1353,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes

View File

@@ -58,6 +58,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes

View File

@@ -123,6 +123,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -195,6 +196,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -333,6 +335,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -470,6 +473,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -548,6 +552,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -684,6 +689,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -759,6 +765,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -837,6 +844,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -914,6 +922,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes

View File

@@ -47,6 +47,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -123,6 +124,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
This endpoint does not need any parameter.
@@ -186,6 +188,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -254,6 +257,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes

View File

@@ -52,6 +52,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -116,6 +117,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -180,6 +182,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -243,6 +246,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -310,6 +314,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -378,6 +383,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -442,6 +448,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
This endpoint does not need any parameter.
@@ -504,6 +511,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes