Soup.SessionSync¶
- 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.SessionSync(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new session.
- Return type:
Creates an synchronous
Soup.Sessionwith the default options.Deprecated since version ???:
Soup.SessionSyncis deprecated; use a plainSoup.Session, created withSoup.Session.new(). See the ‘porting guide [libsoup-session-porting]’.