# language governing permissions and limitations under the License.
English function-word token "and"
14
15
importlogging
16
importos
17
importre
18
19
__version__='1.38.18'
20
21
22
c…
27:14
…efaultloggertodonothing
28
log=logging.getLogger('botocore')
29
log.addHandler(NullHandler())
Python module-level function call
30
31
_INITIALIZERS=[]
32
33
_first_cap_regex=re.compile('(.)([A-Z][a-z]+)')
34
_end_cap_regex=re.compile('([a-z0-9])([A-Z])')
35
# The r…
37:48
…s$')
38
# Prepopulate the cache with special cases that don't match
English function-word token "that"
39
# our regular transformation.
40
_xform_cache={
41
('CreateCachediSCSIVolume','_')…
180:31
…ack)
181
182
183
definvoke_initializers(session):
184
"""Invoke all initializers for a session.
185
186
:typesession:botocore.session.Session
187
:paramsession:Thesessiontoinitialize.
188
189
"""
190
forinitializerin_INITIALIZERS:
191
initializer(session)
Well-known
0# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License"). You# may not use this file except in compliance with the License. A copy of# the License is located at## http://aws.amazon.com/apache2.0/## or in the "license" file accompanying this file.
Micro-behaviors
27:14
…efaultloggertodonothing
28
log=logging.getLogger('botocore')
29
log.addHandler(NullHandler())
30
31
_INITIALIZERS=[]
32
33
_first_cap_regex=re.compile('(.)([A-Z][a-z]+)')
34
_end_cap_regex=re.compile('([a-z0-9])([A-Z])')
35
# The r…
0# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License"). You# may not use this file except in compliance with the License. A copy of# the License is located at## http://aws.amazon.com/apache2.0/## or in the "license" file accompanying this file.