Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Python
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Python Gas.drive示例
编程语言:
Python
命名空间/包名称:
gas
类/类型:
Gas
方法/功能:
drive
hotexamples.com的示例:
2
Python Gas.drive - 已找到2个示例
。这些是从开源项目中提取的最受好评的
gas.Gas.drive
现实Python示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Gas(9)
__init__(3)
get_mod(3)
drive(2)
gas_dump(1)
gas_equlibrium_v2(1)
pressure_at_ppo2(1)
refuel(1)
set_pressure(1)
常用方法
Gas (9)
__init__ (3)
get_mod (3)
drive (2)
gas_dump (1)
gas_equlibrium_v2 (1)
pressure_at_ppo2 (1)
refuel (1)
set_pressure (1)
示例#1
0
显示文件
def drive(self): Gas.drive(self, 6)
示例#2
0
显示文件
def drive(self): Electric.drive(self, 2) Gas.drive(self, 0.5)
x