Soup.SessionAsync¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Soup.SessionAsync(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new session.
- Return type:
Creates an asynchronous
Soup.Session
with the default options.Deprecated since version ???:
Soup.SessionAsync
is deprecated; use a plainSoup.Session
, created withSoup.Session.new
(). See the ‘porting guide [libsoup-session-porting]’.