Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alipay/RGSL
/ transform
Method
transform
lib/normalization.py:6–7 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
4
5
class
NScaler(object):
6
def
transform(self, data):
7
return
data
8
9
def
inverse_transform(self, data):
10
return
data
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected