Bases: pyfixit.base.Base
A category of guides, answers, wiki pages, etc. Often takes the form of a device.
| Variables: |
|
|---|
Various constants for use throughout the project.
Bases: object
A way of identifying a common bit of information about a guide or wiki.
You almost certainly want to use from_id() instead of this constructor.
| Variables: |
|
|---|
Fetch a pre-created singleton flag.
| Variables: | id (string) – The flag’s id, as seen on http://www.ifixit.com/Info/Flags. |
|---|
Bases: pyfixit.base.Base
A series of instructions for performing a task.
| Variables: |
|
|---|
Fetch all guides.
| Parameters: |
|
|---|---|
| Return type: | generator of pyfixit.guide.Guide objects. |
Bases: pyfixit.base.Base
An image that has been uploaded to the site.
| Variables: |
|
|---|
Bases: pyfixit.base.Base
One line of text in a step.
| Variables: |
|
|---|
Bases: pyfixit.base.Base
One step in a guide.
| Variables: |
|
|---|