17 lines
758 B
Plaintext
17 lines
758 B
Plaintext
################################################################################
|
|
# Copyright 2018 Google LLC.
|
|
#
|
|
# This software is licensed under the terms defined in the Widevine Master
|
|
# License Agreement. For a copy of this agreement, please contact
|
|
# widevine-licensing@google.com.
|
|
################################################################################
|
|
|
|
from "provisioning_sdk/public/python/provisioning_status.h" import *
|
|
|
|
from "provisioning_sdk/public/provisioning_session.h":
|
|
namespace `widevine`:
|
|
class ProvisioningSession:
|
|
def ProcessMessage(self, message: bytes) -> (status: ProvisioningStatus,
|
|
response: bytes,
|
|
done: bool)
|