mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-29 17:28:58 +00:00
9 lines
165 B
Python
9 lines
165 B
Python
# Example 4: Delete OneM2MRequest
|
|
|
|
from openmtc_onem2m.transport import OneM2MRequest
|
|
|
|
request = OneM2MRequest("delete", to="onem2m")
|
|
|
|
print(request.to)
|
|
#>>> onem2m
|