77a280adeb2115ed9fb0311a1ba32a6133c2b2d2,polyaxon/polyaxon/config_manager.py,SettingConfig,notification_url,#SettingConfig#,171
Before Change
"aHR0cHM6Ly93d3cuZ29vZ2xlLWFuYWx5d"
"Gljcy5jb20vY29sbGVjdD92PTEmdGlkPV"
"VBLTg5NDkzMzMxLTE=")
return self._decode(notification)
@property
def platform_dns(self):
dns = (
After Change
@property
def notification_url(self):
notification = None
return self._decode(notification) if notification else None
@property
def platform_dns(self):
dns = None
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: polyaxon/polyaxon
Commit Name: 77a280adeb2115ed9fb0311a1ba32a6133c2b2d2
Time: 2018-06-15
Author: mouradmourafiq@gmail.com
File Name: polyaxon/polyaxon/config_manager.py
Class Name: SettingConfig
Method Name: notification_url
Project Name: polyaxon/polyaxon
Commit Name: 77a280adeb2115ed9fb0311a1ba32a6133c2b2d2
Time: 2018-06-15
Author: mouradmourafiq@gmail.com
File Name: polyaxon/polyaxon/config_manager.py
Class Name: SettingConfig
Method Name: tracker_key
Project Name: polyaxon/polyaxon
Commit Name: 77a280adeb2115ed9fb0311a1ba32a6133c2b2d2
Time: 2018-06-15
Author: mouradmourafiq@gmail.com
File Name: polyaxon/polyaxon/config_manager.py
Class Name: SettingConfig
Method Name: platform_dns