Fix documentation formatting in instace class and add placeholder docstring for ram method
This commit is contained in:
@@ -13,7 +13,7 @@ class instace:
|
|||||||
- name -> String
|
- name -> String
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
bool if the initiation works (True: generation worked; False: didnt work)
|
- bool if the initiation works (True: generation worked; False: didnt work)
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@@ -22,6 +22,7 @@ class ussage:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def ram():
|
def ram():
|
||||||
|
""""""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def cpu():
|
def cpu():
|
||||||
|
|||||||
Reference in New Issue
Block a user