MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / copyright_notice

Method copyright_notice

scripts/update_copyright.py:54–55  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

52 )
53
54 def copyright_notice(self, file):
55 return "".join(self.copyright_notice_lines(file))
56
57 def copyright_notice_lines(self, file):
58 return self.dotnet(file) if file.endswith("cs") else self._prefix + self.commented_notice_lines

Callers 2

updateMethod · 0.95
write_update_noticeMethod · 0.95

Calls 2

joinMethod · 0.80

Tested by

no test coverage detected