Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
7022706045bc11e459d8d020709acd8f066f1918
/
.
/
stubs
/
yaml.pyi
blob: d8d6516903ec0238b7cc446beebed5864b5b3aba [
file
] [
log
] [
blame
]
from
typing
import
Union
,
List
,
Dict
,
Any
,
IO
Basic
=
Union
[
List
,
Dict
[
str
,
Any
]]
def
load
(
stream
:
IO
,
loader
:
Any
)
->
Any
:
...
class
CLoader
:
...